Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / TabIndex Property

In This Topic
    TabIndex Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Nullable(Of Integer)
    public Nullable<int> TabIndex {get; set;}
    See Also